All Questions
1 question
4votes
3answers
1kviews
In what format does piped output get sent and received from one command/program to another? [duplicate]
When a command is piped to another command in what way or in what format does the piped output exist/get sent? Is it a temporary file? Is it a string? And how does the command that receives the piped ...